MindFusion.Java Package Programmer's Guide
ItemListView.addItems Method (SchedulingItemList, List(String))
See Also
 






Adds the specified items to the end of the list box.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void addItems (
    SchedulingItemList itemList,
    List<String> textList
)

 Parameters

itemList

The collection of items to add.

textList

The List of texts to be displayed for the items.

 See Also

addItems Method Overload List
ItemListView Members
ItemListView Class
com.mindfusion.scheduling Namespace